home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / REDNEX.DIR / 00127.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  136 b   |  9 lines

  1. on exitFrame
  2.   set x to the movieTime of sprite 2
  3.   if x = 1828 then
  4.     play frame "starten"
  5.   else
  6.     go(the frame - 1)
  7.   end if
  8. end
  9.